Welcome![Sign In][Sign Up]
Location:
Search - face recognition in openCV

Search list

[AI-NN-PRneutro

Description: 卡内基梅隆大学,采用人工神经网络方法进行人脸训练和识别的c程序源代码,程序中注释比较详细,不多说了。-Carnegie Mellon University, artificial neural network method for training and Face Recognition c source code, procedures Notes in greater detail, not much to say.
Platform: | Size: 316416 | Author: | Hits:

[Graph Recognizeopencv-人脸识别

Description: opencv是c语言编写的图像和视频处理的函数库,这个程序利用vc平台,调用opencv的人脸识别函数-openve is a library for image and video in c,this programe is developed on VC, call face recognition function of opencv.
Platform: | Size: 2903040 | Author: 刘卓 | Hits:

[Speech/Voice recognition/combineabc

Description: 利用opencv裡的hmm function 來達到人臉識別的功能 -Using opencv in the Face Recognition hmm function to achieve the function of
Platform: | Size: 1024 | Author: 張乃文 | Hits:

[Special Effectsopencv_src_06b

Description: opencv源码,OpenCV由一系列C函数和C++类构成,功能涵盖图像处理、计算机视觉和模式识别等领域-opencv source, OpenCV from a series of C functions and C++ type of composition, function covers image processing, computer vision and pattern recognition in areas such as
Platform: | Size: 578560 | Author: lizhongwei | Hits:

[AI-NN-PRwebcamprot

Description: face recognition test source code
Platform: | Size: 137216 | Author: li haiyan | Hits:

[Special EffectsEmerging.Topics.in.Computer.Vision

Description: 深入浅出介绍计算机视觉的最新动态。内容包括: * Camera calibration using 3D objects, 2D planes, 1D lines, and self-calibration * Extracting camera motion and scene structure from image sequences * Robust regression for model fitting using M-estimators, RANSAC, and Hough transforms * Image-based lighting for illuminating scenes and objects with real-world light images * Content-based image retrieval, covering queries, representation, indexing, search, learning, and more * Face detection, alignment, and recognition--with new solutions for key challenges * Perceptual interfaces for integrating vision, speech, and haptic modalities * Development with the Open Source Computer Vision Library (OpenCV) * The new SAI framework and patterns for architecting computer vision applications-Easy to introduce the latest developments in computer vision. Include:* Camera calibration using 3D objects, 2D planes, 1D lines, and self-calibration* Extracting camera motion and scene structure from image sequences* Robust regression for model fitting using M-estimators, RANSAC, and Hough transforms* Image-based lighting for illuminating scenes and objects with real-world light images* Content-based image retrieval, covering queries, representation, indexing, search, learning, and more* Face detection, alignment, and recognition- with new solutions for key challenges* Perceptual interfaces for integrating vision, speech, and haptic modalities* Development with the Open Source Computer Vision Library (OpenCV)* The new SAI framework and patterns for architecting computer vision applications
Platform: | Size: 12191744 | Author: kankan | Hits:

[Graph RecognizeFaceRecog

Description: Face Recognition Program is writing in VC++ and OpenCV library is used.
Platform: | Size: 676864 | Author: lam | Hits:

[Special EffectsHMIcontrol

Description: 此程序利用openCV中人脸识别于模版匹配实现机器人的运动控制功能,其中机器人控制用了Aria的库和模拟器,使用者可根据控制需要替换这部分程序。 本程序的核心部分一直用于只能轮椅的人脸控制。-This process us face recognition in openCV and template matching to achieve robot motion control functions, which used the Aria library and robot simulator, user need replace this part of the control procedures to achieve their application.
Platform: | Size: 6144 | Author: 李博 | Hits:

[Special Effectsopencv

Description: 人体运动分析的论文,研究人体步态运动的识别处理,基于OpenCV-Of human motion analysis papers to study the movement of human gait recognition processing, based on OpenCV
Platform: | Size: 132096 | Author: alvin | Hits:

[Graph Recognizeface_detection

Description: 利用OpenCV實現人臉辨識雖然常見,但是本檔案基於OpenCV 1.0版本進行,同時整理程式編譯過程中可能出現的錯誤以及對應的解決辦法,同時針對函式cvHaarDetectObject各參數的設定值進行討論,以得到最佳的辨識率。另外,程式亦包括在偵測前進行影像處理,以進一步有效提升人臉辨識率。-Face recognition using OpenCV to achieve though common, but this version of the file based on the OpenCV 1.0, while the process of finishing the program compilation errors that may occur, as well as the corresponding solution, while for the function of each parameter settings cvHaarDetectObject discussions in order to obtain the most excellent recognition rate. In addition, the program also included in the detection before image processing, in order to further enhance the face recognition rate effectively.
Platform: | Size: 30456832 | Author: 陳霖 | Hits:

[OpenCVface

Description: 通过OPENCV实现的脸部识别程序,可直接运行的测试类。可辨别出途中人类脸部-OPENCV achieved through face-recognition program can be directly run the test class. Discernible out of the way the human face
Platform: | Size: 4524032 | Author: lion | Hits:

[Special Effectssanjiaopoufen

Description: 在VS2008和opencv下,对2D/3D点(云)数据实现三角剖分,运算速度快,实时性好,计算精度高,并对三角剖分进行了优化,可以处理复杂点集的三角剖分,可以用于人脸识别的工作-In the VS2008 and opencv, the pairs of 2D/3D points (cloud) data to achieve triangulation, calculation speed, real-time performance is good, high precision, and triangulation is optimized to handle complex point set triangulation can be used in the work of face recognition
Platform: | Size: 146432 | Author: 三角剖分VC++ | Hits:

[AI-NN-PR2DLDAwiththeSVM-basedfacerecognitionalgorithm

Description: 二维线性鉴别分析(2DLDA)算法能有效解决线性鉴别分析(LDA)算法的“小样本”效应,支持向量机 (SVM)具有结构风险最小化的特点,将两者结合起来用于人脸识别。首先,利用小波变换获取人脸图像的低频分量,忽 略高频分量:然后,用2DLDA算法提取人脸图像低频分量的线性鉴别特征,用“一对多”的SVM 多类分类算法完成人脸 识别。基于ORL人脸数据库和Yale人脸数据库的实验结果验证了2DLDA+SVM算法应用于人脸识别的有效性。-”Small sample size”problem of LDA algorithm can be overcome by two—dimensional LDA f 2DLDA),and Support Vector Machine(SVM)has the characteristic of structural risk minimization.In this paper,two methods were combined and used for face recognition.Firstly,the original images were decomposed into high—frequency and low—frequency components by Wavelet Transform(WT).The high—frequency components were ignored,while the low—frequency components can be obtained.Then.the liner discriminant features were extracted by 2DLDA,and”one VS rest”。strategy of SVMs for muhiclass classification was chosen to perform face recognition. Experimental results based on ORL f Olivetti Research Laboratory1 face database and Yale face database show the validity of 2DLDA+SVM algorithm for face recogn ition.
Platform: | Size: 236544 | Author: 费富里 | Hits:

[OpenCVVideoProj

Description: OpenCV 人脸识别示例,请将源码拷贝至E盘(具体路径,参见编译后提示) 请使用Debug模式编译-OpenCV Face Recognition sample, please copy the source code to the E site (the specific path, see the compiled tips), please use the Debug mode compilation
Platform: | Size: 4303872 | Author: Jerry | Hits:

[Other systemseigenface

Description: face recognition in openCV
Platform: | Size: 7359488 | Author: hatem | Hits:

[Special EffectsOPENCVfacedetection

Description: 用OPENCV做的人脸识别程序,实现跟踪检测,用的是自带的分类器-OPENCV do with face recognition program, to achieve tracking and detection, using a built-in classifier
Platform: | Size: 86016 | Author: jianghua | Hits:

[Graph programsdi_opencv

Description: 运用VC软件做的一个基于OPENCV的人脸识别系统,在检测人脸的基础上能对人眼和嘴巴进行识别。-Use the software to do a VC OPENCV based face recognition system, based on face detection can identify the eyes and mouth.
Platform: | Size: 2114560 | Author: strangename | Hits:

[Graph RecognizePCA

Description: 在图像处理特别是人脸识别中经常用到PCA算法,这是基于Opencv的PCA算法。-In the image processing in particular are often used in PCA face recognition algorithm, which is based on the Opencv the PCA algorithm.
Platform: | Size: 1024 | Author: liwei | Hits:

[Graph RecognizeOpenCV

Description: 用interl开源库opencv编写的一个简单的人脸识别的例子。-Opencv with interl open source library written in a simple example of face recognition.
Platform: | Size: 5045248 | Author: windblueos | Hits:

[Graph program人脸识别+基于linux+opencv

Description: 在Qt开发环境 应用opencv实现人脸识别。(Application of OpenCV to face recognition in Qt development environment.)
Platform: | Size: 30720 | Author: 追寻 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net